home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Telnet 2.6.1d1 / Telnet 2.6.1d1 README < prev   
Encoding:
Text File  |  1994-04-26  |  4.0 KB  |  115 lines  |  [TEXT/R*ch]

  1. 4/26/94    NCSA Telnet 2.6.1d1 for the Macintosh release notes:
  2.  
  3. These release notes contain the following information:
  4.     •    Changes since the last version
  5.     •    Compiler compatability chart for this source release
  6.     •    Telnet release schedule
  7.     •    Goals left for current release
  8.     •    Bug list
  9.     •    Future features list
  10.     
  11. Changes in 2.6.1d1:
  12. -------------------
  13. The port to PowerPC has almost been completed.  Currently Authentication and
  14. Encryption are not available while running on the PPC.  2.6.1d1PPC has been
  15. quite stable for me.  Please let me know if the PPC version shows any bugs
  16. that aren't in the 68K version.
  17.  
  18. Fixed the FTP client 'lls' bug.  I wasn't really looking at this code
  19. currently, but the MW PPC compiler gave me a warning MPW and TC never did,
  20. thus leading me to the cause of this bug. (MW satisfied customer #1000000001)
  21.  
  22. Compiler compatability for 2.6.1d1:
  23. -----------------------------------
  24. TC 7.0: Yes        MPW C3.3.1: No        MW 68K 1.0a4: No    MW PPC 1.0a4: Yes
  25. (MPW C compiler bug prevents compiling of rsmac.c)
  26. (Strange hang ocurring under binary made by MW 68K [probably my fault])
  27.  
  28. NCSA Telnet for the Macintosh release schedule:
  29. -----------------------------------------------    
  30. Don't bet the farm on these dates.  For entertainment purposes only.
  31.  
  32. 2.6 final documentation        Mid-May            (unconfirmed)
  33. 2.6.1                        May 14, 1994    (firm)
  34. 2.7                            Septmber, 1994    (if public release is made)
  35. 3.0                            Mid-Dec, 1994    (firm)
  36.  
  37. It looks like 3.0 or 3.0.1 will be the final release of NCSA Telnet for
  38. the Macintosh. There is also a possibility that Telnet development will
  39. cease at 2.6.1.
  40.  
  41. Goals for 2.6.1:
  42. ----------------
  43. •    PPC version completed.  (minus Authentication/Encryption)
  44. •    Fix the VAX/VMS VT220 problems.
  45. •    Fix the NeXT interaction problems.
  46. •    Clean up the segmentation a little bit more and do some memory cleanup.
  47. •    URL command-double-click support (?)
  48.     
  49. ----
  50. This is the list of all Telnet bugs known to NCSA, feel free to mail us if
  51. you find others:
  52.  
  53. Crashes:
  54. •    Crash if window size is changed under low memory conditions
  55. Interface:
  56. •    Window positioning
  57. •    Need to add blocksize pref
  58. •    Telnet doesn't constrain saved window positions to available desktop
  59. •    When switching to 132 columns, window's right edge should stay on screen
  60. *    Connections are giving up too quickly (I believe this is a MacTCP
  61.         problem)
  62. •    Type during paste bug
  63. •    Occasional problems getting the preferences to "stick"
  64. •    Certain control characters not working due to Apple's bad KCHR
  65. •    Certain macro sequences are not sent correctly (?)
  66. •    \r,\n, and \t cannot appear in a Macro sequence
  67. •    Some interaction problems with NeXT systems
  68. •    Capture text sometimes contains extra returns
  69. Implementation:
  70. •    Need to always set push flag when sending return
  71. •    Reduce WDS sizes?
  72. VT emulation:
  73. •    VT220 insert mode problem
  74. •    VT220 fn keys can still be sent while in vt100 mode
  75. •    Problems w/VT emulation when connecting to certain VAX/VMS hosts
  76. •    Screen trashing when forcesave is on
  77. •    Bold font problems need to be solved
  78. •    Tabs don't work completely
  79. •    Clear whole text cell
  80. FTP:
  81. *    FTP log not very useful for Macbinary transfers
  82. •    Can't have more than one FTP client at a time?
  83. *    FTP server filename ISO tranlation not working?
  84. •    FTP Server dropping characters in ASCII mode?
  85. •    Need to add a provision for editing "anonymous"'s directory
  86. •    Occasional MNetPush error when using FTP
  87. •    Occasional "Unable to build data connection" errors w/FTP client
  88. •    FTP transfers occasionally creating zero size files
  89. •    FTP client "lcd" not working properly?
  90. •    Multiple user/one password bug?
  91. TEK:
  92. •    Some TEK emulation bugs
  93.  
  94. In progress for 2.7:
  95.  
  96. •    User set-able block size
  97. •    Save Macros in other ways aside from Saved Sets
  98. •    User set-able timeouts for open and send
  99. •    User set-able font size
  100.  
  101. For 3.0:
  102.  
  103. •    Modeless configuration interface
  104. •    Modeless macro dialog box
  105. •    Scriptable
  106. •    Sessions can be configured to capture immediately from opening
  107. •    FTP user directory restrictions
  108. •    Reverse DNS connecting FTP hosts
  109. •    Support for the unified Mac Kerberos API (when it arrives)
  110.  
  111. Suggestions I don't think I will implement:
  112. •    Different printer font than window font
  113. ----
  114.  
  115. jbrowne@ncsa.uiuc.edu